home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / ndiswrapper-common / README.Debian < prev   
Text File  |  2009-04-30  |  459b  |  18 lines

  1. ndiswrapper for Debian
  2. ----------------------
  3.  
  4. Please see ./README for a description of the ndiswrapper software.
  5.  
  6. I use the following setup of ndiswrapper:
  7.  
  8. Add this to your /etc/networking/interfaces::
  9.  
  10.   iface wlan0 inet dhcp
  11.       pre-up modprobe ndiswrapper
  12.       post-down rmmod ndiswrapper
  13.  
  14. If you have several wlan adapters in your computer you may need to change
  15. wlan0 to something else.
  16.  
  17.  -- Erik Rigtorp <erkki@linux.nu>, Mon, 24 Feb 2004 17:19:13 +0100
  18.